returns a float from column defined by keyOut corresponding to valueIn
contained in column defined by keyIn.
Arguments:
valueIn
input value
tab
table to search in
keyIn
defines header of the column of the input value
keyOut
defines header of the column of the output value
match
method to match input value. Possible values are:
'exact' = column must contain exact input value
'linear' = calculates linear interpolation between two
bounding values
'nearest' = search for the nearest value in input column
bound
method to manage bounds. Possible values are:
'fixed' = extreme values are treated as a wall
'extendlinear' = extend bounds with linear interpolation
of last two extreme values
'extendconstant' = extend bounds preserving extreme value constant
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | valueIn | |||
type(Table), | intent(in) | :: | tab | |||
character(len=*), | intent(in) | :: | keyIn | |||
character(len=*), | intent(in) | :: | keyOut | |||
character(len=*), | intent(in) | :: | match | |||
real(kind=float), | intent(out) | :: | valueOut | |||
character(len=*), | intent(in), | optional | :: | bound |
returns a float from column defined by keyOut corresponding to
valueIn (string) contained in column defined by keyIn.
Arguments:
valueIn
input value
tab
table to search in
keyIn
defines header of the column of the input value
keyOut
defines header of the column of the output value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | valueIn | |||
type(Table), | intent(in) | :: | tab | |||
character(len=*), | intent(in) | :: | keyIn | |||
character(len=*), | intent(in) | :: | keyOut | |||
real(kind=float), | intent(out) | :: | valueOut |
returns a float from column defined by keyOut corresponding to valueIn
(string) contained in column defined by keyIn. Table is identified by its id.
Arguments:
valueIn
input value
tables
collection of tables to search in
id
id of the table to search in
keyIn
defines header of the column of the input value
keyOut
defines header of the column of the output value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | valueIn | |||
type(TableCollection), | intent(in) | :: | tables | |||
character(len=*), | intent(in) | :: | id | |||
character(len=*), | intent(in) | :: | keyIn | |||
character(len=*), | intent(in) | :: | keyOut | |||
real(kind=float), | intent(out) | :: | valueOut |
returns a double from column defined by keyOut corresponding to valueIn
contained in column defined by keyIn.
Arguments:
valueIn
input value
tab
table to search in
keyIn
defines header of the column of the input value
keyOut
defines header of the column of the output value
match
method to match input value. Possible values are:
'exact' = column must contain exact input value
'linear' = calculates linear interpolation between two
bounding values
'nearest' = search for the nearest value in input column
bound
method to manage bounds. Possible values are:
'fixed' = extreme values are treated as a wall
'extendlinear' = extend bounds with linear interpolation
of last two extreme values
'extendconstant' = extend bounds preserving extreme value constant
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | valueIn | |||
type(Table), | intent(in) | :: | tab | |||
character(len=*), | intent(in) | :: | keyIn | |||
character(len=*), | intent(in) | :: | keyOut | |||
character(len=*), | intent(in) | :: | match | |||
real(kind=double), | intent(out) | :: | valueOut | |||
character(len=*), | intent(in), | optional | :: | bound |
returns a string from column defined by keyOut corresponding to valueIn
contained in column defined by keyIn.
Arguments:
valueIn
input value
tab
table to search in
keyIn
defines header of the column of the input value
keyOut
defines header of the column of the output value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | valueIn | |||
type(Table), | intent(in) | :: | tab | |||
character(len=*), | intent(in) | :: | keyIn | |||
character(len=*), | intent(in) | :: | keyOut | |||
character(len=*), | intent(out) | :: | valueOut |
returns a float from column defined by keyOut corresponding to valueIn
contained in column defined by keyIn. Table is identified by its id.
Arguments:
valueIn
input value
tables
collection of tables to search in
id
id of the table to search in
keyIn
defines header of the column of the input value
keyOut
defines header of the column of the output value
match
method to match input value. Possible values are:
'exact' = column must contain exact input value
'linear' = calculates linear interpolation between two
bounding values
'nearest' = search for the nearest value in input column
bound
method to manage bounds. Possible values are:
'fixed' = extreme values are treated as a wall
'extendlinear' = extend bounds with linear interpolation
of last two extreme values
'extendconstant' = extend bounds preserving extreme value constant
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | valueIn | |||
type(TableCollection), | intent(in) | :: | tables | |||
character(len=*), | intent(in) | :: | id | |||
character(len=*), | intent(in) | :: | keyIn | |||
character(len=*), | intent(in) | :: | keyOut | |||
character(len=*), | intent(in) | :: | match | |||
real(kind=float), | intent(out) | :: | valueOut | |||
character(len=*), | intent(in), | optional | :: | bound |
returns a double from column defined by keyOut corresponding to valueIn
contained in column defined by keyIn. Table is identified by its id.
Arguments:
valueIn
input value
tables
collection of tables to search in
id
id of the table to search in
keyIn
defines header of the column of the input value
keyOut
defines header of the column of the output value
match
method to match input value. Possible values are:
'exact' = column must contain exact input value
'linear' = calculates linear interpolation between two
bounding values
'nearest' = search for the nearest value in input column
bound
method to manage bounds. Possible values are:
'fixed' = extreme values are treated as a wall
'extendlinear' = extend bounds with linear interpolation
of last two extreme values
'extendconstant' = extend bounds preserving extreme value constant
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | valueIn | |||
type(TableCollection), | intent(in) | :: | tables | |||
character(len=*), | intent(in) | :: | id | |||
character(len=*), | intent(in) | :: | keyIn | |||
character(len=*), | intent(in) | :: | keyOut | |||
character(len=*), | intent(in) | :: | match | |||
real(kind=double), | intent(out) | :: | valueOut | |||
character(len=*), | intent(in), | optional | :: | bound |
returns a string from column defined by keyOut corresponding to valueIn
contained in column defined by keyIn. Table is identified by its id.
Arguments:
valueIn
input value
tables
collection of tables to search in
id
id of the table to search in
keyIn
defines header of the column of the input value
keyOut
defines header of the column of the output value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | valueIn | |||
type(TableCollection), | intent(in) | :: | tables | |||
character(len=*), | intent(in) | :: | id | |||
character(len=*), | intent(in) | :: | keyIn | |||
character(len=*), | intent(in) | :: | keyOut | |||
character(len=*), | intent(out) | :: | valueOut |